脚本(Scripting)API 参考(API Reference)画笔(Paint)画笔样式(PaintStyle)画笔样式(PaintStyle)指定图形绘制方式: stroke fill self.paint = Paint.with({ color = Color.rgb(255, 100, 50), style = 'stroke',})